runtime.gQueue.empty (method)

8 uses

	runtime (current package)
		mgcmark.go#L667: 	if work.assistQueue.q.empty() {
		mgcmark.go#L680: 	for !work.assistQueue.q.empty() && scanBytes > 0 {
		proc.go#L3534: 	for n = 0; n < npidle && !q.empty(); n++ {
		proc.go#L3546: 	if !q.empty() {
		proc.go#L6281: 	for !q.empty() && t-h < uint32(len(pp.runq)) {
		proc.go#L6300: 	if !q.empty() {
		proc.go#L6459: func (q *gQueue) empty() bool {
		proc.go#L6537: 	if !q.empty() {